Don't run gjs tests on sparc64
authorSimon McVittie <smcv@debian.org>
Sun, 15 Jan 2017 14:46:54 +0000 (14:46 +0000)
committerSimon McVittie <smcv@debian.org>
Thu, 19 Jan 2017 11:59:15 +0000 (11:59 +0000)
gjs doesn't seem to work there at all (#827815).

Silence missing-dep-for-interpreter error on sparc64, where we install
the script but do not attempt to run it.

debian/changelog
debian/control
debian/ostree-tests.lintian-overrides

index bcecf86f0777cc81abbc7b91a8890701af2921d9..bdbcba796e0b61760a6468d5b40f87beac0cf349 100644 (file)
@@ -1,3 +1,15 @@
+ostree (2016.15-3) UNRELEASED; urgency=medium
+
+  * debian/control: Don't run gjs tests on sparc64. gjs doesn't seem
+    to work there at all (#827815)
+    - d/ostree-tests.lintian-overrides: silence
+      missing-dep-for-interpreter error on sparc64, where we install
+      the script but do not attempt to run it
+  * debian/tests/gnome-desktop-testing: Skip test-local-pull.sh.test
+    which suffers from a known bug (#842606)
+
+ -- Simon McVittie <smcv@debian.org>  Sun, 15 Jan 2017 14:37:12 +0000
+
 ostree (2016.15-2) unstable; urgency=medium
 
   * Make all test failures non-fatal at build time, so that intermittent
index 95e2cbf6a094dc786cbfe13c6651149333353b47..e8843fa57613de7f193f5119a6a5d9a83678c73a 100644 (file)
@@ -17,7 +17,7 @@ Build-Depends:
  e2fslibs-dev,
  elfutils,
  fuse,
- gjs,
+ gjs [!sparc64],
  gobject-introspection,
  gtk-doc-tools,
  libarchive-dev,
@@ -138,7 +138,7 @@ Depends:
  cpio,
  fuse,
  gir1.2-ostree-1.0,
- gjs,
+ gjs [!sparc64],
  ostree,
  python,
  ${misc:Depends},
index 97b8f0c45b7bab59f5cf2ee536fffc6da2f4efa6..4ff6b45e95a97ec3c31e743755211f1133759b95 100644 (file)
@@ -5,3 +5,6 @@ ostree-tests: extra-license-file usr/lib/installed-tests/ostree/gpg-verify-data/
 
 # This is deliberate, working around the assumption of recursive make
 ostree-tests: symlink-is-self-recursive usr/lib/installed-tests/ostree/tests .
+
+# We won't run this on sparc64 currently
+[sparc64]: missing-dep-for-interpreter gjs => gjs (usr/lib/installed-tests/ostree/corrupt-repo-ref.js)